←Select platform

ColorThresholdCommand Constructor(ColorThresholdCommandType,ColorThresholdCommandComponent[])

Summary

Initializes a new ColorThresholdCommand class object with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal type As ColorThresholdCommandType, _ 
   ByVal components() As ColorThresholdCommandComponent _ 
) 
- (instancetype)initWithType:(LTColorThresholdCommandType)type 
                  components:(NSArray<LTColorThresholdCommandComponent *> *)components 
public ColorThresholdCommand( 
 ColorThresholdCommandType type,  
 ColorThresholdCommandComponent[] components 
) 

Parameters

type
Value that represents the color space on which the threshold is based.

components
Array of 3 ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component.

Example

Refer to ColorThresholdCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly